The interrupt handler is part of the orinoco module and interacts with the Linux networking stack. 中断处理程序是orinoco模块的一部分,并与Linux网络栈交互。
Each processor on the CPU has its own CSA ( current save area) pointer that points to the MST that is to be used when a thread or interrupt handler is interrupted or swapped due to context switch. CPU上的每个处理器都拥有自己的CSA(当前保存区)指针,指向当线程或中断处理程序由于上下文切换而被中断或交换时使用的MST。
Such restrictions are typically placed on sections of the application such as an interrupt handler, where the code responding to the interrupt must complete its work in a given time period. 此类限制通常是对应用程序的某些部分实施的,比如中断处理程序,其响应中断的代码必须在给定的时间范围内完成工作。
The top half ( the interrupt handler) performs a small amount of work, and then schedules the tasklet to execute later at the bottom half. tophalf(中断处理程序)完成少量的任务,然后安排微线程在晚些的bottomhalf中执行。
The interrupt handler function now has a return code of type irqreturn_t. 现在的中断处理函数的返回代码是一个irqreturnt类型。
Kprobes provides an interface to break into any kernel routine and collect information non-disruptively from the interrupt handler. Kprobes提供了一个强行进入任何内核例程并从中断处理器无干扰地收集信息的接口。
While the lock is held, the device issues an interrupt, which causes your interrupt handler to run. 当获得该锁后,你的设备会发出一个中断信号,这将会引起你的中断服务函数运行。
Includes the Segment Selector and the offset inside the segment of an interrupt or exception handler. 包含了中断或异常处理函数在段内的段选择子和偏移。
Read trap or interrupt handler descriptor; 根据中断号读取对应的中断描述符。
The interrupt handler, before accessing the device, must also obtain the lock. 而且中断服务函数在设备被访问之前也需要获得锁。
Taking out a spinlock in an interrupt handler is a legitimate thing to do; 在中断服务函数中获得一个自旋锁完全合理;
The processor will store the virtual address which caused the page fault in a register, and then signal the operating system through an interrupt handler. 它把导致页面失效的虚拟地址装入寄存器中,再利用中断句柄来通知操作系统。
The taxi squealed to a halt. display stop interrupt handler 计程车嘎地煞车停下。显示停止中断处理程序
Display stop interrupt handler 显示停止中断处理程序
Raises a "General protection" exception if the CPL is lower than the DPL, because the interrupt handler cannot have a lower privilege than the program that caused the interrupt. 如果CPL比DPL低,则产生一个“GeneralProtection”异常,因为中断处理函数的权限不能比引发中断的程序低。
But there is a key difference between interrupt handling and process switching: the code executed by an interrupt or by an exception handler is not a process. 然而在中断处理和进程切换之间有一个关键的区别:由中断或异常处理执行的代码不在进程中。
The last step performed by the control unit is equivalent to a jump to the interrupt or exception handler. 控制单元进行的最后一步等同于跳到中断或异常处理函数。
In other words, the instruction processed by the control unit after dealing with the interrupt signal is the first instruction of the selected handler. 换句话说,控制单元在解决完中断信号后,处理的指令就是选中的处理函数的第一条指令。
Aio_complete() can be safely called in an interrupt handler. 可以在中断处理器中安全地调用aiocomplete()。
This descriptor specifies the base address of the segment that includes the interrupt or exception handler. 这个描述符指明了包含中断或异常处理函数的段的基地址。
These values define the logical address of the first instruction of the interrupt or exception handler. 这些值定义了中断或异常处理函数的第一条指令的逻辑地址。
Development and Implementation of Display Interrupt Handler in LS-86 Microcomputer LS-86微机显示中断处理程序的开发与实现
We analyze the source code of Linux and detail the process of the special clock interrupt handler in Linux and the implementation of the functions of clock. 结合对源代码的分析,具体描述了Linux独特的时钟中断处理过程和时间系统各功能的实现。
We also introduce the development of device driver under QNX, include programme of the interrupt handler, management of hardware resource and interface between application and device driver. 最后详细地介绍了在QNX下驱动程序的开发包括中断处理函数的编写、系统硬件资源的管理以及驱动程序与测试程序的接口。
And this thesis also analyzed the characteristics of packet receiving interrupt handler and it's max interference on the other tasks on the same processor with lower priorities. 此外本文还分析了报文接收中断处理程序的时间特性和它对节点上其它任务最大响应时间的影响。
This paper introduces the STACK architecture of SPARC and the operation to Windows Registers. Then gives an example of context switching function and interrupt handler based on uC/ OS. 本文简单介绍了SPARC的栈结构、寄存器窗口的相关操作,并以uC/OS的移植为例子,简单实现了切换函数以及系统时钟中断。
The main process of Gateway system used interrupt, in the interrupt handler to implement protocol conversion. 网关主处理程序采用中断方式,在中断处理程序中实现协议的转换。